.wrapper
{
	height: 100%;									/* Mindesthöhe für moderne Browser */
	height: auto !important;							/* Important Regel für moderne Browser, Mindesthöhe für den IE */
	overflow: hidden !important;						/* FF Scroll-Leiste */
	width: 700px;
	max-width: 700px;
	overflow: hidden;
	line-height: 1.5em;
	background-color: #fff;
}

.outline
{
	background-color: #ffff;
	padding: 5px !important;
	margin: 0px 0 !important; height:250px
}

.row
{
	width: 850px;
	overflow: hidden;
}

.gridBox
{
	float: left;
	padding-left: 10px !important;
	margin-right: 5px !important;
	margin-bottom: 0; /* war: 15px */margin-bottom:15px;
}

.border
{
	
	border: 1px solid #000 !important;
}

.row .r1c1 { width: 177px; }
.row .r1c2 { width: 401px; }
.row .r1c3 { width: 625px; }
.row .r2c1 { width: 177px; }
.row .r2c2 { width: 401px; }
.row .r2c3 { width: 625px; }


.row .first { margin-left: 15px !important; }
.row .last   { margin-right: 0px; }

.r1c1, .r1c2, .r1c3, .r1c4, .r2c1, .r2c2, .r2c3, .r2c4
{
	margin-bottom: 0px;
	background-color: #fff;
	min-height: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	border: 1px #f6f6f6 solid;
}

.r1c1, .r1c2, .r1c3, .r1c4
{
	height: 152px;
}

.r2c1, .r2c2, .r2c3, .r2c4 
{
	height: 358px;
}

.wrapper div
{
	position: relative;
}

.overEffekt:hover,
img.overEffekt:hover
/*,
a:hover img*/
{
	/*FF*/
	opacity: 0.6;
	/*IE*/
	filter: alpha(opacity=60);
}

/*
	*** Links Start ***
*/

a:link
{
	text-decoration: none;
	color: #333333;
}

a:visited
{
	text-decoration: none;
	color: #333333;
}

a:hover
{
	text-decoration: underline;
	color: #DC021B;
}

a:active
{
	text-decoration: none;
	color: #DC021B;
}

a.pfeil
{
	background-image: url("/images/pfeil_schwarz_re.gif");
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 15px !important;
}

a.pfeil:hover
{
	background-image: url("/images/pfeil_re_dc021b.png");
}

/*
	*** Links End ***
*/

.unsichtbar,
.invisible
{
	display: none;
}

.nofloat
{
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
}

.noDecoration
{
	text-decoration: none !important;
}

.floatLi
{
	float: left;
	display: inline;
}

.floatRe
{
	float: right;
	display: inline;
}

.handCursor
{
	cursor: pointer;
}

.block
{
	display: block;
}

.inline
{
	display: inline;
}



.navTabs 
{
	list-style: none;
	display: inline; 
}

.navTabs li
{
	display: inline-block; 
	margin-right: 1px;
	/*IE7 Hack*/
	zoom: 1;
	*display:inline; 
}

.navTabs li a
{
	display: block;
	background-color: #fff; /* geaendert von f0f0f0 - jpk 20130131 */
	border-top: 1px #e2e2e2 solid;
	border-right: 1px #e2e2e2 solid;
	border-bottom: 0px #e2e2e2 solid;
	border-left: 1px #e2e2e2 solid;
	font-size: 14px !important; font-weight:bold;
	text-decoration: none;
	padding: 10px 15px;
	-webkit-border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-khtml-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	background-image: url(/assets/landingpage/tab_verlauf.png);
	background-repeat: repeat-x;
	background-position: left top;
	/*FF
	opacity: 0.5;*/ /* ausgeknipst - jpk 20130131 */
	/*IE
	filter: alpha(opacity=50);*/ /* ausgeknipst - jpk 20130131 */
	color: #777; /* hinzugefuegt - jpk 20130131 */
}

.navTabs li a.current
{
	background-color: #f6f6f6;
	/*FF*/
	opacity: 1;
	/*IE*/
	filter: alpha(opacity=100);
	border-bottom: 1px #f6f6f6 solid;
	color: #DC021B; z-index:100000; position:relative /* hinzugefuegt - jpk 20130131 */
}

.navigationArrowLeft,
.navigationArrowRight
{
	cursor: pointer;
	position: absolute;
	top: 45%;
	z-index: 99;
}

.navigationArrowLeft
{
	left: -1px;
}

.navigationArrowRight
{
	right: -11px;
}

.navigationArrowRight:hover, .navigationArrowLeft:hover
{
	/*FF*/
	opacity: 0.5;
	/*IE*/
	filter: alpha(opacity=50);
}

/*
	================================================== *** lp_baukasten.css ***
*/

.contentHeightC2														/* 358px */
{
   height: 330px;
   margin: 14px !important;
   overflow: hidden;
}

.contentHeightC1														/* 172px */
{
   height: 122px;
   margin: 14px !important;
   overflow: hidden;
}

.contentHeightNone
{
   overflow: hidden;
}

.txtBox
{
	position: absolute !important;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 1em !important;
	height: auto;
	background-image: url(/assets/landingpage/alpha_75_percent.png);
}

.txt
{
	color: #898787;
	font-size: 12px; /* war: 100% */
	line-height: 1.5em;
}

.head1
{
    font-size: 13px !important; /* war: 125% */
    line-height: 1.375em;
    margin: 1em 0 1em 0 !important;
}

.head2
{
    font-size: 13px !important; /* war: 108.33% */
    line-height: 1.375em; 
    margin: 1em 0 1em 0 !important;
}

.head3
{
    font-size: 12px !important; /* war: 100% */
    line-height: 1.375em; 
    margin: 1em 0 1em 0 !important;
}

.head3 + h2,
.head3 + h1,
.head2 + h1
{
   margin-top: 0;
}

.backColor333 { background-color: #333; }
.backColor666 { background-color: #666; }
.backColor999 { background-color: #999; }
.backColorccc { background-color: #ccc; }

.txtColorWhite, .txtColorOrange, .txtColorGrau
{
}

.txtColorWhite	{ color: #fff; }
.txtColorOrange	{ color: #333; }
.txtColorGrau	{ color: #333; }

.gridBoxNewsSlider
{
	width: 670px;
	height:239px;
	padding-left: 10px;
	margin-right: 5px;
	float: left;
}

.gridBoxNewsSlider .gridBox
{
	float: left;
	width: 177px;
	padding-left: 25px !important;
	padding-right: 11px;
	margin-right: 0px;
	background-image: url(/assets/landingpage/trenner_linie.gif);
	background-repeat: repeat-y;
	background-position: 14px top;
	border-left: 0px #e2e2e2 solid;
}

.gridBoxNewsSlider .gridBox:first-child
{
	padding-left: 0px !important;
	background-image: none;
}

div.gridBoxNewsSlider div.boxRundeEckenSchattenUnten,
div.gridBoxNewsSlider div.schattenC4
{
	position: relative;
	top: 230px;
}

.gridBoxNewsSlider .head1
{
	margin: 0.5em 0 0.5em 0;
}

.gridBoxNewsSlider .head2
{
	margin: 0.5em 0 0.5em 0;
}

.gridBoxNewsSlider .head3
{
	margin: 0.5em 0 0.5em 0;
}

.gridBoxNewsSlider .contentHeightC1
{
	height: 204px;
}

.gridBoxNewsSlider .r1c1
{
	height: 228px;
	width: 189px;
}

div.slidercontent
{
	height: 180px;
	width: 635px;
	overflow: hidden;
	position: absolute;
}
	
div.innerContainer {
	width: 1186px;
}

div.solidBox
{
    margin: 14px 0 0 0 !important;
}

div.contentHeightC1.solidBox
{
    height: 138px;
}

div.contentHeightC2.solidBox
{
    height: 344px;
}

div.solidBox > h1,
div.solidBox > h2,
div.solidBox > h3
{
    margin-left: 14px !important;
    margin-right: 14px !important;
}

div.solidBox div.txtBox
{
    background-image: none !important;
    background-color: #f6f6f6;
} 

/*
	================================================== *** lp_baukasten_ecken.css ***
*/

.boxRundeEckenSchattenOben
{
    height: 15px;
    position: relative;
    font-size: 1px;
    text-align: right;
}

.RundeEckenSchattenOL
{
	height: 15px;
	width: 16px;
	background-image: url(/assets/landingpage/ecke_ol.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1px;
	position: absolute !important;
	top: 0px;
	left: 0px;
	z-index: 2;
/*
	margin-left: 15px;
*/
}

.RundeEckenSchattenOM
{
	background-color: #f6f6f6;
	height: 15px;
	z-index: 1;
	margin: 0px 0px;
	font-size: 1px;;
}


.RundeEckenSchattenOR {	
	height: 15px;
	width: 16px;
	background-image: url(/assets/landingpage/ecke_or.png);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 1px;
	position: absolute !important;
	top: 0px;
	right: 0px;
	z-index: 3;
/*
	margin-right: 15px;
*/
}

.boxRundeEckenInhaltSchatten
{
	padding: 14px 14px 10px 19px !important;
	background-color: #f6f6f6;
	border: 1px #e2e2e2 solid; 
	margin-top:0px; 
/*
	margin: 0 15px 0 15px;
*/
}

.boxRundeEckenInhaltSchattenRe
{
	background-image: url(/assets/landingpage/back_inhalt_verlauf.png);
	background-position: right bottom;
	background-repeat: repeat-y;
	padding: 0px 16px 0px 0px !important;
	background-color: #fff;
}


.boxRundeEckenSchattenUnten
{
    height: 17px;
    position: relative;
    font-size: 1px;
}

.RundeEckenSchattenUL
{
	height: 17px;
	width: 15px;
	background-image: url(/assets/landingpage/ecke_ul.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 1px;
	position: absolute !important;
	bottom: 0px;
	left: 0px;
	z-index: 2;
/*
	margin-left: 15px;
*/
}

.RundeEckenSchattenUM
{
	height: 17px;
	background-color: #f6f6f6;
	z-index: 1;
/*
	margin: 0 15px;
*/
	font-size: 1px;
	background-image: url(/assets/landingpage/back_um.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.RundeEckenSchattenUR
{
	height: 17px;
	width: 15px;
	background-image: url(/assets/landingpage/ecke_ur.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 1px;
	position: absolute !important;
	bottom: 0px;
	right: 0px;
	z-index: 3;
/*
	margin-right: 15px;
*/
}

.schattenC1
{
	background-image: url(/assets/landingpage/schatten_c1.png);
	background-repeat: no-repeat;
	background-position: center -1px;
	height: 13px;
	margin-bottom: 7px !important;

}

.schattenC2
{
	background-image: url(/assets/landingpage/schatten_c2.png);
	background-repeat: no-repeat;
	background-position: center -1px;
	height: 13px;
	margin-bottom: 7px !important;
}

.schattenC3
{
	background-image: url(/assets/landingpage/schatten_c3.png);
	background-repeat: no-repeat;
	background-position: center -1px;
	height: 13px;
	margin-bottom: 7px !important;
}

.schattenC4
{
	background-image: url(/assets/landingpage/schatten_c4.png);
	background-repeat: no-repeat;
	background-position: center -1px;
	height: 13px;
	margin-bottom: 7px !important;
}

.wrapper div.video a.player
{
	width: 443px;
	height: 219px;
}

.wrapper div.video a.player img
{
	padding: 80px 0 0 136px !important;
}

.wrapper div.video h1,
.wrapper div.video h2,
.wrapper div.video h3,
.wrapper div.video .txt
{
	padding: 0 10px !important;
}

.wrapper div.video div.contentHeightC2
{
	margin: 0px !important;
	height: 358px;
	background-color: #f6f6f6;
}
.wrapper div.video div.contentHeightC2.zentriert
{
	height: 301px;
	padding-top: 57px;
	background-color: #000;
}
.wrapper div.video div.contentHeightC2.zentriert.grau
{
	background-color: #f6f6f6;
}

.txtBox.nebenVideo
{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 109px;
}

/* Styles Buehne START */

#stageLoader {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 412px;
	width: 690px;
	z-index: 100;
	background-color: #ffffff;
	background-image: url(/static/all/spinner.gif) no-repeat scroll center center;
}

#stageContainer{
	background-color: #f6f6f6;
}

.stageElement {
	/*display:none;*/
	position: absolute !important;
	top: 0px;
	left: 0px;
}

.buehneTabControlDots {
	display:none;
}

.buehneTabDirectionArrow {
	display:none;
}


.tabPage {
	/*display: none;*/
	position: absolute !important;
}

.buehneTab {
	cursor: pointer;
}

.stageElement .video {
	width: 636px;
	height: 358px;
	display: block;
}

.gridBoxBuehne
{
	float: left; 
}


.gridBoxBuehne .r2c3
{
	width: 636px;
}


.gridBoxBuehne .contentHeightC2,
.gridBoxBuehneTabs .contentHeightC2
{
   height: 358px;
   margin: 0 !important;
   overflow: hidden;
}

.gridBoxBuehne .txtBox
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1em;
	margin: 1em !important;
	height: auto;
	/* background: #f6f6f6;
	background-image: none !important; */
}


.gridBoxBuehneTabs
{
	float: left;
	padding-left: 0;
	margin-right: 0;
}

.gridBoxBuehneTabs .boxRundeEckenInhaltSchatten
{
	padding: 0 14px 0 0 !important;
}



.gridBoxBuehneTabs .r2c1
{
	width: 258px;
	position: relative;
	left: -1px;
	top: 0;
	background-color: transparent;
	border-color: transparent;
}

.gridBoxBuehneTabs .buehneTab
{
	width: auto;
	height: 63px;
	overflow: hidden;
	border-top: 1px solid #f6f6f6;
	border-right: 1px solid #dbdbdb;
	border-bottom: 2px solid #a4a4a4;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	background-image: url(/assets/landingpage/buehne_tab_schatten.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #ffffff;
	padding: 8px 0 10px 0;
}

.gridBoxBuehneTabs .buehneTab:hover
{
	background-color: #eeeeee;
}

.gridBoxBuehneTabs .buehneTab.active
{
	background-color: #eeeeee;
}

.gridBoxBuehneTabs .buehneTabPic
{
	float: left;
	margin: 0 10px 10px 0 !important;
	border-top: 1px solid #f6f6f6;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #a4a4a4;
	display: block;
}

.gridBoxBuehneTabs .buehneTabPic img
{
	border: 1px solid #ffffff;
	display: block;
}

.gridBoxBuehneTabs .buehneTabHead,
.gridBoxBuehneTabs .buehneTabDescription
{
	display: block;
}
.gridBoxBuehneTabs .buehneTabDescription
{
	margin: 0 10px 0 15px !important;
}

.gridBoxBuehneTabs .buehneTabDescription a
{
	color: #000;
	width: 100%;
	display: inline-block;
	padding-top: 3px;
}

.gridBoxBuehneTabs .buehneTabDescription a:hover
{
	color: #DC021B;
}

.gridBoxBuehneTabs .buehneTabHead
{
	margin-top: 0;
	margin-bottom: 0;
}

/* Direction Arrows */
.gridBoxBuehneTabs .buehneTabDirectionArrow
{
	width: auto;
	position: absolute;
	right: 2px;
	bottom: -5px;
}

.gridBoxBuehneTabs .buehneTabDirectionArrow li
{
	display: inline-block;
}

.gridBoxBuehneTabs .buehneTabDirectionArrow li a
{
	width: 10px;
	height: 9px;
	margin: 0 0 0 0;
	display: block;
		
	cursor: pointer;
	text-indent: -9999px;
	background-image: url(/assets/landingpage/bg_direction_nav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.gridBoxBuehneTabs .buehneTabDirectionArrow li .next
{
	background-position: -12px 0;
	
}

.gridBoxBuehneTabs .buehneTabDirectionArrow li .prev { left: 0; }

.gridBoxBuehneTabs .buehneTabDirectionArrow li .disabled
{
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}

/* ControlDots */

.gridBoxBuehneTabs .buehneTabControlDots
{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.gridBoxBuehneTabs .buehneTabControlDots li
{
	margin: 0 0 0 4px;
	display: inline-block;
	/*
	zoom: 1;
	*display: inline;
	*/
}

.gridBoxBuehneTabs .buehneTabControlDots li:first-child { margin: 0; }

.gridBoxBuehneTabs .buehneTabControlDots li a
{
	width: 12px;
	height: 12px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background-image: url(/assets/landingpage/bg_control_nav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.gridBoxBuehneTabs .buehneTabControlDots li a:hover { background-position: 0 -13px; }

.gridBoxBuehneTabs .buehneTabControlDots li a.active
{
	background-position: 0 -26px;
	cursor: default;
}

/* Styles Buehne ENDE */

/* Platzierung Countdown in Box */

div.countdownContainer
{
	margin: 50px 0 !important;
	left: -2px;
}

/* Platzierung Countdown ENDE */



/* Header */
.sucaihuo-header {
	padding: 1em 0 3em;
	letter-spacing: -1px;
}

.sucaihuo-header h1 {
	font-weight: 800;
	font-size: 4.5em;
	line-height: 1;
}

.sucaihuo-header h1 span {
	display: block;
	font-size: 50%;
	font-weight: 200;
	padding-top: 0.325em;
	opacity: 0.6;
}

/* To Navigation Style */
.sucaihuo-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.69em;
	line-height: 2.2;
}

.sucaihuo-top a {
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;
	letter-spacing: 1px;
}

.sucaihuo-top span.right {
	float: right;
}

.sucaihuo-top span.right a {
	display: block;
	float: left;
}

.sucaihuo-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'sucaihuoicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.sucaihuo-icon-drop:before {
	content: "\e001";
}

.sucaihuo-icon-prev:before {
	content: "\e004";
}

/* Codrops demo links */
.sucaihuo-demos {
	margin: 0 auto;
}

.sucaihuo-demos a {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0.25em 0;
	margin: 5px 10px;
	display: inline-block;
	font-size: 0.85em;
}

.sucaihuo-demos a.current-demo {
	opacity: 0.5;
}

/* Related demos */
.related {
	text-align: center;
	padding: 8em 0;
	clear: both;
}

.related > a {
	width: calc(100% - 20px);
	max-width: 340px;
	border: 1px solid rgba(0,0,0,0.3);
	color: rgba(0,0,0,0.3);
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	margin: 20px 10px;
	padding: 25px;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

/* Dummy elements */
.dummy {
	text-align: left;
	padding: 1em;
	min-height: 300px;
	margin: 0 auto;
	font-weight: 300;
}

.dummy-text {
	max-width: 1000px;
	font-size: 1.65em;
}

.info {
	margin: 0 auto;
	text-align: center;
	max-width: 600px;
	font-size: 13px;
	padding: 2em 0;
}

.dummy-text p {
	margin-top: 0;
	line-height: 1.8;
	text-align: justify;
}

.dummy-text h3 {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1em;
	margin: 2em 0 1em;
}

.dummy-menu {
	max-width: 100%;
	padding: 4em 1em;
}

.dummy-menu ul,
.dummy-team ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0 0 3em;
}

.dummy-menu ul li {
	display: inline-block;
	position: relative;
	margin: 0 1em;
	font-size: 1.5em;
}

.dummy-menu ul li a {
	display: inline-block;
	font-weight: 700;
	padding: 0.15em 0.25em 0;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.dummy-menu-icons ul li {
	width: 2em;
	height: 2em;
	font-size: 2em;
	line-height: 1.75;
}

.dummy-image {
	position: relative;
}

.dummy blockquote {
	font-family: 'Kalam', cursive;
	font-size: 2.5em;
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
}

.dummy blockquote footer {
	font-size: 0.5em;
}

.dummy blockquote footer::before {
	content: '—';
}

.dummy-avatar {
	margin-top: 7em;
	text-align: center;
}

.dummy-avatar > div {
	display: inline-block;
	margin: 0 1em;
}

.dummy-avatar a {
	margin: 0 auto;
	display: block;
	text-align: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.dummy-avatar a img {
	border-radius: 50%;
}

.dummy-avatar a h4 {
	margin: 0.25em 0;
	line-height: 1;
	font-size: 1.75em;
	font-weight: 400;
}

@media screen and (max-width: 27em) {
	.sucaihuo-icon {
		font-size: 1.5em;
	}
	.sucaihuo-icon span {
		display: none;
	}
}
.tooltip {
	display: inline;
	position: relative;
	z-index: 999;
}

/* Trigger text */



/* Gap filler */

.tooltip-item::after {
	content: '';
	position: absolute;
	width: 400px;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltip:hover .tooltip-item::after {
	pointer-events: auto;
}

/* Tooltip */

.tooltip-content {
	position: absolute;
	z-index: 9999999999999999999999999999999999999999999999999999999;
	width: 250px; padding:3px; text-align:center;
	left: 50%;
	margin: 0 0 20px -180px;
	bottom: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
	box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
	background: #2a3035;
	opacity: 0;
	cursor: default;
	pointer-events: none; color:#FFFFFF
}

.tooltip-effect-1 .tooltip-content {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-2 .tooltip-content {
	-webkit-transform-origin: 50% calc(100% + 10px);
	transform-origin: 50% calc(100% + 10px);
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,45deg);
	transform: perspective(1000px) rotate3d(1,0,0,45deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
	-webkit-transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
	transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale3d(0.7,0.3,1);
	transform: scale3d(0.7,0.3,1);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-5 .tooltip-content {
	width: 180px;
	margin-left: -90px;
	-webkit-transform-origin: 50% calc(100% + 6em);
	transform-origin: 50% calc(100% + 6em);
	-webkit-transform: rotate3d(0,0,1,15deg);
	transform: rotate3d(0,0,1,15deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
	transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
}

.tooltip:hover .tooltip-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
	transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

.tooltip.tooltip-effect-2:hover .tooltip-content {
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
	transform: perspective(1000px) rotate3d(1,0,0,0deg);
}

/* Arrow */

.tooltip-content::after {
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #2a3035;
	border-width: 10px;
	margin-left: -10px;
}

.tooltip-content:hover{ width:400px;}

/* Tooltip content*/

.tooltip-content img {
	position: relative;
	display: block; width:100%
}

.tooltip-text {
	font-size: 14px;
	line-height: 20px;
	color: #fff;text-align:center;
}
.tooltip-text a{ color:#FFFFFF}

.tooltip-effect-5 .tooltip-text {
	padding: 1.4em;
}

.tooltip-text a {
	font-weight: bold;
}
.tooltipx {
	display: inline;
	position: relative;
	z-index: 999;
}

/* Trigger text */



/* Gap filler */

.tooltipx-item::after {
	content: '';
	position: absolute;
	width: 400px;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltipx:hover .tooltipx-item::after {
	pointer-events: auto;
}

/* tooltipx */

.tooltipx-content {
	position: absolute;
	z-index: 9999999999999999999999999999999999999999999999999999999;
	width: 1000px; padding:3px; text-align:center;
	left: 50%;
	margin: 0 0 20px -500px;
	bottom: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
	box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
	background: #2a3035;
	opacity: 0;
	cursor: default;
	pointer-events: none; color:#FFFFFF
}

.tooltipx-effect-1 .tooltipx-content {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltipx-effect-2 .tooltipx-content {
	-webkit-transform-origin: 50% calc(100% + 10px);
	transform-origin: 50% calc(100% + 10px);
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,45deg);
	transform: perspective(1000px) rotate3d(1,0,0,45deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.tooltipx-effect-3 .tooltipx-content {
	-webkit-transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
	transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltipx-effect-4 .tooltipx-content {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale3d(0.7,0.3,1);
	transform: scale3d(0.7,0.3,1);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.tooltipx-effect-5 .tooltipx-content {
	width: 180px;
	margin-left: -90px;
	-webkit-transform-origin: 50% calc(100% + 6em);
	transform-origin: 50% calc(100% + 6em);
	-webkit-transform: rotate3d(0,0,1,15deg);
	transform: rotate3d(0,0,1,15deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
	transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
}

.tooltipx:hover .tooltipx-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
	transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

.tooltipx.tooltipx-effect-2:hover .tooltipx-content {
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
	transform: perspective(1000px) rotate3d(1,0,0,0deg);
}

/* Arrow */

.tooltipx-content::after {
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #2a3035;
	border-width: 10px;
	margin-left: -10px;
}


/* tooltipx content*/

.tooltipx-content img {
	position: relative;
	display: block; width:100%
}

.tooltipx-text {
	font-size: 14px;
	line-height: 20px;
	color: #fff;text-align:center;
}
.tooltipx-text a{ color:#FFFFFF}

.tooltipx-effect-5 .tooltipx-text {
	padding: 1.4em;
}

.tooltipx-text a {
	font-weight: bold;
}